Home | History | Annotate | Download | only in include

Lines Matching refs:FillMode

29     GraphicsPath(IN FillMode fillMode = FillModeAlternate)

32 lastResult = DllExports::GdipCreatePath(fillMode, &nativePath);
38 IN FillMode fillMode = FillModeAlternate)
44 fillMode,
51 IN FillMode fillMode = FillModeAlternate)
57 fillMode,
89 FillMode GetFillMode() const
91 FillMode fillmode = FillModeAlternate;
93 SetStatus(DllExports::GdipGetPathFillMode(nativePath, &fillmode));
95 return fillmode;
101 Status SetFillMode(IN FillMode fillmode)
103 return SetStatus(DllExports::GdipSetPathFillMode(nativePath, fillmode));